MapOrBuilder

interface MapOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getFollowGps(): Boolean

Map scroll follows GPS
bool follow_gps = 3;
Link copied to clipboard

Home coordinates
.meshtastic.GeoPoint home = 1;
Link copied to clipboard

Home coordinates
.meshtastic.GeoPoint home = 1;
Link copied to clipboard
abstract fun getStyle(): String

Map tile style
string style = 2;
Link copied to clipboard
abstract fun getStyleBytes(): ByteString

Map tile style
string style = 2;
Link copied to clipboard
abstract fun hasHome(): Boolean

Home coordinates
.meshtastic.GeoPoint home = 1;